FlexReport for WinForms
IsReadOnly プロパティ


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : IsReadOnly プロパティ
Gets a value indicating whether the OrderedDictionary<TKey,TValue> collection is read-only.
シンタックス
'宣言
 
Public ReadOnly Property IsReadOnly As System.Boolean
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim value As System.Boolean
 
value = instance.IsReadOnly
public System.bool IsReadOnly {get;}

プロパティ値

true if the OrderedDictionary<TKey,TValue> is read-only; otherwise, false. The default is false.
解説
A collection that is read-only does not allow the addition, removal, or modification of elements after the collection is created.

A collection that is read-only is simply a collection with a wrapper that prevents modification of the collection; therefore, if changes are made to the underlying collection, the read-only collection reflects those changes.

参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ